home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #5
/
Amiga Plus CD - 2000 - No. 5.iso
/
t
/
HTML2Idx.bak.1
< prev
next >
Wrap
Text File
|
2000-01-01
|
508b
|
12 lines
set echo off
;copy html2idx to ram: quiet
set a `requestchoice "AmigaPlusCD Index Creator" "Welchen Modus? (1=Root, 2=SubDir)" "1|2"`
if $a eq 1
list dirs lformat="*<LI*>*<A HREF=*"file:///%F%N/index.html*"*>%N*<*/A*> - *<*/LI*>" >ram:a
join stuff:teil1 ram:a stuff:teil2 TO index.html
quit
else
list dirs lformat="*<LI*>%N - *<*/LI*>" >ram:a
join stuff:teil1 ram:a stuff:teil2 TO index.html
endif
;list dirs lformat="cd %F%N*ncopy ram:html2idx ""*nhtml2idx" ;Erst aktiviren, wenn ram:a geändert werden kann!